Autogenerated HTML docs for v2.15.1-354-g95ec6 
diff --git a/technical/http-protocol.html b/technical/http-protocol.html index 9a8b970..dbe4972 100644 --- a/technical/http-protocol.html +++ b/technical/http-protocol.html 
@@ -945,6 +945,9 @@  S: 003c2cb58b79488a98d2721cea644875a8dd0026b115 refs/tags/v1.0\n   S: 003fa3c2e2402b99163d1d59756e5f207ae21cccba4c refs/tags/v1.0^{}\n</code></pre>   </div></div>  +<div class="paragraph"><p>The client may send Extra Parameters (see  +Documentation/technical/pack-protocol.txt) as a colon-separated string  +in the Git-Protocol HTTP header.</p></div>   <div class="sect3">   <h4 id="_dumb_server_response">Dumb Server Response</h4>   <div class="paragraph"><p>Dumb servers MUST respond with the dumb server reply format.</p></div>  @@ -984,9 +987,12 @@  the C locale ordering. The stream SHOULD include the default ref   named <code>HEAD</code> as the first ref. The stream MUST include capability   declarations behind a NUL on the first ref.</p></div>  +<div class="paragraph"><p>The returned response contains "version 1" if "version=1" was sent as an  +Extra Parameter.</p></div>   <div class="literalblock">   <div class="content">   <pre><code>smart_reply = PKT-LINE("# service=$servicename" LF)  + *1("version 1")   ref_list   "0000"   ref_list = empty_list / non_empty_list</code></pre>  @@ -1236,7 +1242,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2015-06-02 05:36:36 JST  +Last updated 2017-12-06 10:03:34 PST   </div>   </div>   </body>